Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2328 +/- ##
=======================================
Coverage 81.11% 81.11%
=======================================
Files 77 77
Lines 9738 9738
Branches 1098 1098
=======================================
Hits 7899 7899
Misses 1631 1631
Partials 208 208 ☔ View full report in Codecov by Sentry. |
Contributor
There was a problem hiding this comment.
Pull Request Overview
Updates the CI test matrix to use PyPy 3.11 instead of 3.10 for experimental tox environments.
- Bumps
python-versionfrompypy3.10topypy3.11forpy-amqp,py-redis, andpy-mongodbjobs - Leaves the commented-out legacy entry intact
Comments suppressed due to low confidence (2)
.github/workflows/python-package.yml:92
- [nitpick] There are multiple occurrences of the PyPy version string; consider defining the version in one place (e.g., using a YAML anchor or environment variable) to reduce duplication and simplify future updates.
- python-version: pypy3.11
.github/workflows/python-package.yml:101
- The commented-out entry still references
pypy3.10; consider updating or removing it to avoid confusion.
# - python-version: pypy3.10
Merged
auvipy
commented
Sep 16, 2025
cclauss
reviewed
Sep 17, 2025
Contributor
|
Release candidate 3 just landed, so let's fix those quotes and retry: |
Co-authored-by: Christian Clauss <cclauss@me.com>
Contributor
|
This will need changes to |
Contributor
|
Please resolve git conflicts and make modifications to |
Contributor
|
Status? |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.